home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2174 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: mail2news.demon.co.uk!intellic.demon.co.uk
  2. From: Chris Trueman <truemanc@intellic.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help:Memory allocation above 64kbytes
  5. Date: Mon, 15 Jan 96 18:23:06 GMT
  6. Organization: IntelliCorp
  7. Message-ID: <821730186snz@intellic.demon.co.uk>
  8. References: <30FA67A9.31CC@mj.org.za>
  9. Reply-To: truemanc@intellic.demon.co.uk
  10. X-NNTP-Posting-Host: intellic.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.30
  12. X-Mail2News-Path: intellic.demon.co.uk
  13.  
  14. In article <30FA67A9.31CC@mj.org.za> wcawood@mj.org.za "Wayne Cawood" writes:
  15.  
  16. >I am in desperate need of advice on how to combat the problem of 
  17. >addressing memory above 64000 bytes. Nothing I do works. I know the 
  18. >borland c++ 3.1 compiler should be able to but I am completely confused 
  19. >as to why my computer (and others which I have tried on), bomb OUT when 
  20. >I attempt to write to this memory.
  21.  
  22. Use the _huge keyword, this has the advantage of allowing data
  23. structures to be larger than a single data segment but it does
  24. restrict any element of the structure to no greater than 64K bytes.
  25.  
  26.             - Chris
  27.  
  28. -============================================================================-
  29. IntelliCorp Applications Consultant / E-mail: truemanc@intellic.demon.co.uk
  30. LiveModel and PowerModel are part   / CServe: 100255,701
  31. of IntelliCorp's MODELWORKS        / Tel   : +44 (0)1344 305305
  32. application development suite.      / Fax   : +44 (0)1344 305100
  33. -============================================================================-
  34.